home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cdity / MRQ.lha / MRQ / Source / RCS / mrqwindowclass.h < prev    next >
C/C++ Source or Header  |  2000-10-16  |  557b  |  40 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     msbethke:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    2000.01.25.16.49.02;    author msbethke;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @C header for MRQ's window subclass
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @/* mrqwindowclass.h
  26. ** C header for MRQ's window subclass
  27. **
  28. ** ©1997-1999 by Matthias.Bethke <Matthias.Bethke@@gmx.net>
  29. ** You are free to modify this source or use parts of it in your
  30. ** own programs as long as they are distributed as freeware.
  31. */
  32.  
  33. /* $Id:$
  34. **
  35. ** $Log:$
  36. */
  37.  
  38. struct MUI_CustomClass *NewMRQWindowClass(void);
  39. @
  40.